home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / Config.dll / 0 / RCDATA / TCONTRASENA / TCONTRASENA.txt < prev   
Text File  |  2008-07-21  |  3KB  |  136 lines

  1. object Contrasena: TContrasena
  2.   Left = 449
  3.   Top = 345
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Establecer contrase∩┐╜a'
  7.   ClientHeight = 238
  8.   ClientWidth = 443
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   Scaled = False
  16.   Icon.Data = {<image000.ico>}
  17.   KeyPreview = True
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object GrpContrasena: TPlaGroupBox
  25.     Left = 14
  26.     Top = 7
  27.     Width = 418
  28.     Height = 183
  29.     TitleFont.Charset = DEFAULT_CHARSET
  30.     TitleFont.Color = 13977088
  31.     TitleFont.Height = -11
  32.     TitleFont.Name = 'Tahoma'
  33.     TitleFont.Style = []
  34.     Caption = 'Contrase∩┐╜a de supervisor'
  35.     TabOrder = 0
  36.     object LblTitulo: TLabel
  37.       Left = 58
  38.       Top = 17
  39.       Width = 349
  40.       Height = 76
  41.       AutoSize = False
  42.       Caption = 
  43.         'La contrase∩┐╜a introducida restringir∩┐╜ el acceso a las secciones ' +
  44.         'seleccionadas de %s.'#13#10#13#10'Recuerda: Si pierdes u olvidas la contra' +
  45.         'se∩┐╜a, no podr∩┐╜s acceder a los componentes protegidos.'
  46.       Transparent = True
  47.       WordWrap = True
  48.     end
  49.     object LblAnterior: TLabel
  50.       Left = 58
  51.       Top = 98
  52.       Width = 160
  53.       Height = 13
  54.       Caption = 'Introduce la contrase∩┐╜a anterior:'
  55.       Transparent = True
  56.     end
  57.     object LblNueva: TLabel
  58.       Left = 58
  59.       Top = 126
  60.       Width = 92
  61.       Height = 13
  62.       Caption = 'Nueva contrase∩┐╜a:'
  63.       Transparent = True
  64.     end
  65.     object LblConfirmar: TLabel
  66.       Left = 58
  67.       Top = 154
  68.       Width = 148
  69.       Height = 13
  70.       Caption = 'Confirma la nueva contrase∩┐╜a:'
  71.       Transparent = True
  72.     end
  73.     object Image1: TImage
  74.       Left = 11
  75.       Top = 22
  76.       Width = 32
  77.       Height = 32
  78.       Picture.Data = {<image001.bmp>}
  79.       Transparent = True
  80.     end
  81.     object EdtAnterior: TPlaEdit
  82.       Left = 260
  83.       Top = 95
  84.       Width = 146
  85.       Height = 21
  86.       Cursor = crIBeam
  87.       HelpContext = 199
  88.       PasswordChar = '*'
  89.       TabOrder = 0
  90.       Transparent = False
  91.     end
  92.     object EdtNueva: TPlaEdit
  93.       Left = 260
  94.       Top = 123
  95.       Width = 146
  96.       Height = 21
  97.       HelpContext = 200
  98.       PasswordChar = '*'
  99.       TabOrder = 1
  100.       Transparent = False
  101.     end
  102.     object EdtConfirmar: TPlaEdit
  103.       Left = 260
  104.       Top = 151
  105.       Width = 146
  106.       Height = 21
  107.       HelpContext = 198
  108.       PasswordChar = '*'
  109.       TabOrder = 2
  110.       Transparent = False
  111.     end
  112.   end
  113.   object ButtonAceptar: TPlaButton
  114.     Tag = 2200
  115.     Left = 278
  116.     Top = 206
  117.     Width = 73
  118.     Height = 21
  119.     Caption = '&Aceptar'
  120.     TabOrder = 1
  121.     OnClick = ButtonAceptarClick
  122.     Default = True
  123.   end
  124.   object ButtonCancelar: TPlaButton
  125.     Tag = 2400
  126.     Left = 359
  127.     Top = 206
  128.     Width = 73
  129.     Height = 21
  130.     Caption = '&Cancelar'
  131.     TabOrder = 2
  132.     Cancel = True
  133.     ModalResult = 2
  134.   end
  135. end
  136.